@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/YekanBakhFaNum-Regular.woff") format("woff"),
        url("../fonts/YekanBakhFaNum-Regular.woff2") format("woff2");
}

@font-face {
    font-family: Yekan Bakh FaNum ExtraBold;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/YekanBakhFaNum-ExtraBold.woff") format("woff"),
        url("../fonts/YekanBakhFaNum-ExtraBold.woff2") format("woff2");
}

body {
    font-family: Yekan Bakh FaNum;
    margin: 0;
    padding: 0;
    direction: rtl;
    text-align: right;
}

/* header */
/* Start Main Navigation Section Styles */
/* Start SBT Mega Menu Section Styles */

/* General Navbar Styles */
.sbt-mega-menu .navbar {
    background-color: #001d4d;
}

.sbt-mega-menu .navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.sbt-mega-menu .navbar-toggler:focus {
    box-shadow: none;
}

/* Desktop Navbar Styles */
.sbt-mega-menu .navbar-nav .nav-link {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.2s ease-in-out;
    font-size: 17px;
    padding: 0px 15px !important;
}

.sbt-mega-menu .navbar-nav .nav-link:hover,
.sbt-mega-menu .navbar-nav .nav-link.active {
    color: #fff;
}

.sbt-mega-menu .nav-link.dropdown-toggle svg {
    transition: transform 0.2s ease-in-out;
}

.sbt-mega-menu .nav-link.dropdown-toggle.show svg {
    transform: rotate(180deg);
}

.sbt-mega-menu__desktop-dropdown {
    min-width: 400px;
    padding: 1rem;
    border-radius: 10px 10px 25px 25px;
    box-shadow: 4px 7px 0rem rgb(0 51 160 / 8%);
}

.sbt-mega-menu .dropdown-item {
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
}

/* Mobile Offcanvas Styles */
.sbt-mega-menu .offcanvas-start {
    width: 90%;
}

.sbt-mega-menu__main-col {
    background-color: #001d4d;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
}

.sbt-mega-menu__logo-wrapper {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    text-align: center;
}

.sbt-mega-menu__main-col .nav-link {
    color: #fff;
    border-radius: 0;
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
}

.sbt-mega-menu__main-col .nav-pills .nav-link.active,
.sbt-mega-menu__main-col .nav-pills .show>.nav-link {
    background-color: #f8f9fa;
    color: #212529;
}

.sbt-mega-menu__contact-btn {
    background-color: #edbd30;
    color: #212529;
    padding: 0.5rem 1.25rem;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
}

.sbt-mega-menu__main-col .sbt-mega-menu__contact-btn {
    margin-top: auto;
}

.sbt-mega-menu__sub-col {
    padding: 1rem;
    background-color: #f8f9fa;
    overflow-y: scroll;
}

.sbt-mega-menu__sub-col-header {
    text-align: left;
    margin-bottom: 1.5rem;
}

.sbt-mega-menu__close-btn {
    background-color: #f0ad4e;
    border: none;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: 1;
}

.sbt-mega-menu__sub-menu-list a {
    display: block;
    padding: 0.6rem 0.25rem;
    text-decoration: none;
    color: #495057;
    font-size: 0.9rem;
}

.sbt-mega-menu__sub-menu-list a:hover {
    color: #0033a0;
}

.dropdown-toggle::after {
    content: none;

}

/* End SBT Mega Menu Section Styles */

footer {
    padding-top: 80px;
    padding-bottom: 30px;
    border-radius: 35px 35px 0 0;
    background: #001d4d;
}

.footer-title::before {
    content: "#";
    margin-left: 5px;
    color: #edbd30;
}

.kamran {
    text-decoration: none;
    color: #fff;
}

.border-purple-line {
    border-color: var(--purple-line) !important;
}

.text-light-gray {
    color: var(--light-gray) !important;
}

.sbt-footer-container {
    max-width: 1200px;
}

.sbt-logo-footer-link img {
    height: 40px;
}

.sbt-list-style li a {
    padding-right: 0 !important;
    font-size: 15px;
}

.sbt-list-style li a:hover {
    color: var(--yellow-hover) !important;
}

.sbt-footer-description-text p {
    font-size: 0.95rem;
    line-height: 1.8;
    text-align: justify;
    padding-right: 0;
    padding-left: 0;
}

:root {
    --dark-blue: #1a004d;
    --purple-line: #4a0099;
    --light-gray: #cccccc;
    --yellow-hover: #fddb00;
    --white-line: #ffffff;
    --sbt-primary-blue: #0b57d0;
    --sbt-border-purple: #9000cc;
    --sbt-button-yellow: #fddb00;
    --sbt-text-white: #ffffff;
    --sbt-text-dark: #333333;
    --sbt-mega-menu-bg: #f8f9fa;
    --sbt-mega-menu-border: #dee2e6;
    --sbt-mega-menu-heading: #0d6efd;
    --sbt-mega-menu-link-color: #495057;
    --sbt-mega-menu-link-hover: #0056b3;
}


/* footer */
footer {
    padding-top: 80px;
    padding-bottom: 30px;
    border-radius: 35px 35px 0 0;
}

.border-purple-line {
    border-color: var(--purple-line) !important;
}

.text-light-gray {
    color: var(--light-gray) !important;
}

.sbt-footer-container {
    max-width: 1200px;
}

.sbt-logo-footer-link img {
    height: 40px;
}

.sbt-list-style li a {
    padding-right: 0 !important;
}

.sbt-list-style li a:hover {
    color: var(--yellow-hover) !important;
}

.sbt-footer-description-text p {
    font-size: 0.95rem;
    line-height: 1.8;
    text-align: justify;
    padding-right: 0;
    padding-left: 0;
}

:root {
    --dark-blue: #1a004d;
    --purple-line: #4a0099;
    --light-gray: #cccccc;
    --yellow-hover: #fddb00;
    --white-line: #ffffff;
    --sbt-primary-blue: #0b57d0;
    /* آبی تیره اصلی هدر */
    --sbt-border-purple: #9000cc;
    /* بنفش برای حاشیه پایین هدر */
    --sbt-button-yellow: #fddb00;
    /* زرد دکمه تماس */
    --sbt-text-white: #ffffff;
    /* رنگ متن سفید */
    --sbt-text-dark: #333333;
    /* رنگ متن تیره برای دکمه */
    --sbt-primary-blue: #0b57d0;
    --sbt-button-yellow: #fddb00;
    --sbt-text-white: #ffffff;
    --sbt-text-dark: #333333;
    --sbt-mega-menu-bg: #f8f9fa;
    --sbt-mega-menu-border: #dee2e6;
    --sbt-mega-menu-heading: #0d6efd;
    --sbt-mega-menu-link-color: #495057;
    --sbt-mega-menu-link-hover: #0056b3;
}

/* containers */
.sbt-bg {
    background: #f0f4f9;
    border-radius: 50px;
    padding: 30px 0;
}

.sbt-larg-container {
    max-width: 1200px;
    margin: auto;
    padding: 15px;
}

.sbt-small-container {
    max-width: 900px;
    margin: auto;
}

/* border-radius */
.border-radius-one {
    border-radius: 30px 30px 0 0;
}

.border-radius-two {
    border-radius: 30px;
}

.border-radius-three {
    border-radius: 20px;
}

.border-radius-four {
    border-radius: 12px;
}

/* buttons */
.btn-one {
    border-radius: 30px;
    background: #ffe07c;
    padding: 15px 10px;
}

.btn-two {
    border-radius: 30px;
    background: #0b57d0;
    padding: 15px 10px;
    width: 100%;
}

.btn-three {
    border-radius: 20px;
    background: #001d4d;
    padding: 15px 10px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight:700;
}

/* contact */
/* --- General & Variables --- */
:root {
    --sbt-primary-blue: #0d6efd;
    --sbt-dark-blue: #0c2340;
    --sbt-light-bg: #f8f9fa;
    --sbt-text-color: #343a40;
    --sbt-border-color: #e9ecef;
    --sbt-white: #ffffff;
    --sbt-body-font: 'Vazirmatn', sans-serif;
}

.sbt-section-title {
    font-weight: 700;
    color: var(--sbt-dark-blue);
    font-size: 20px;
    padding: 20px 0;
}

.sbt-section-subtitle {
    max-width: 900px;
    color: #6c757d;
    font-size: 1.05rem;
    margin-bottom: 35px;
}

.social-follow-section {
    border-radius: 50px !important;
    background: #f0f4f8;
}


.sbt-intro-image {
    border-radius: 25px;
}

/* Custom Styles for Social Follow Section */

.social-icon-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background-color: #0d6efd;
    /* Bootstrap's default blue */
    color: #ffffff;
    border-radius: 50%;
    text-decoration: none;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.social-icon-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.social-item span {
    color: #212529;
    /* Bootstrap's default dark text color */
    font-size: 0.9rem;
}


/* Custom Styles for Team Section Start */

.team-card {
    border: 1px solid #e9ecef;
    /* A light border instead of shadow */
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    background: #f0f4f8 !important;
}



.team-card-avatar {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 3px solid #dee2e6;
}

.team-card-link {
    color: #0d6efd;
    /* Bootstrap's primary color */
}

/* Custom Styles for Team Section End */

/* --- Section 4: Contact Form --- */
.sbt-form-section {
    background-color: #f0f4f8;
    border-radius: 50px 50px 0 0;
    padding: 80px 0 !important;
}

.max-w {
    max-width: 800px;
    margin: auto;
}

.sbt-section {
    padding: 80px 0;
}

.sbt-form-control {
    padding: 1rem;
    border-radius: 12px !important;
    /* using !important to override bootstrap */
    border-color: var(--sbt-border-color);
    transition: border-color 0.3s, box-shadow 0.3s;
}

.sbt-form-control:focus {
    border-color: var(--sbt-primary-blue);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.sbt-btn-primary {
    background-color: var(--sbt-primary-blue);
    border-color: var(--sbt-primary-blue);
    font-weight: 600;
    padding: 0.9rem;
    border-radius: 12px;
    transition: background-color 0.3s, border-color 0.3s;
}

.sbt-btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.sbt-contact-illustration {
    max-width: 300px;
}


/*
========================================
    HERO SECTION STYLES (REVISED)
========================================
*/

/* --- Wrapper and General --- */
.sbt-hero-wrapper-revised {
    /* رنگ پس‌زمینه اصلی بخش */
    border-radius: 40px;
    padding: 2rem;
}

.sbt-hero-section-revised {
    background: #f0f4f8;
    border-radius: 0 0 50px 50px;
}

.sbt-hero-title-revised {
    font-weight: 700;
    font-size: 2rem;
    color: #212529;
}

.sbt-hero-text-revised {
    color: #6c757d;
    font-size: 1.05rem;
    line-height: 1.8;
}

.hero-home-img {
    height: 400px;
}

/* --- Custom Search Form --- */
.sbt-search-form-revised {
    display: flex;
    /* کلید اصلی برای چیدمان افقی */
    align-items: center;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
    width: 100%;
}

.sbt-search-input-revised {
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Yekan Bakh FaNum';
    font-size: 1rem;
    width: 100%;
    /* به هر فیلد اجازه می‌دهد تا جای ممکن رشد کند */
    padding: 0 10px;
}

.sbt-search-input-revised::placeholder {
    color: #adb5bd;
}

.sbt-search-divider-revised {
    width: 1px;
    height: 25px;
    background-color: #e0e0e0;
    margin: 0 10px;
}

.sbt-search-button-revised {
    background-color: #fde047;
    /* رنگ زرد */
    border: none;
    border-radius: 12px;
    padding: 12px 25px;
    font-weight: 600;
    color: #343a40;
    white-space: nowrap;
    /* جلوگیری از شکستن متن دکمه */
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.sbt-search-button-revised:hover {
    background-color: #facc15;
    /* کمی تیره‌تر در هاور */
}


/* --- Responsive Adjustments --- */
@media (max-width: 991.98px) {
    .sbt-hero-wrapper-revised {
        padding: 2rem 1.5rem;
    }

    .sbt-hero-content-revised {
        text-align: center;
    }
}

@media (max-width: 767.98px) {

    /* استایل فرم در موبایل */
    .sbt-search-form-revised {
        flex-direction: column;
        /* المان‌ها زیر هم قرار می‌گیرند */
        gap: 1rem;
        /* فاصله بین المان‌ها */
        padding: 1rem;
    }

    .sbt-search-divider-revised {
        display: none;
        /* مخفی کردن جداکننده در موبایل */
    }

    .sbt-search-input-revised {
        padding: 10px;
        background-color: #f8f9fa;
        /* یک پس‌زمینه ملایم برای تمایز */
        border-radius: 10px;
        text-align: center;
    }
}

/* =======================
   Destinations Widget Styles V2
   ======================= */

/* --- Section Header --- */
.destinations-widget-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
}

.destinations-widget-title .bi-globe-americas {
    color: #0d6efd;
}

.destinations-widget-view-all-link {
    text-decoration: none;
    color: #0d6efd;
    font-weight: 500;
}

/* --- Desktop Layout (Grid / Wrap) --- */
.destinations-widget-list {
    display: flex;
    flex-wrap: wrap;
    /* آیتم‌ها در دسکتاپ به خط بعدی می‌روند */
    justify-content: center;
    /* در دسکتاپ آیتم‌ها وسط‌چین هستند */
    gap: 2rem;
    /* فاصله بین آیتم‌ها */
}


/* --- Destination Item Styles (No Hover) --- */
.destinations-widget-item {
    display: block;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.destinations-widget-image-wrapper {
    width: 150px;
    height: 180px;
    border-radius: 50% 50% 15px 15px;
    overflow: hidden;
    margin-bottom: 0.75rem;
    position: relative;
    /* border: 1px solid #e0e0e0; */
    /* border-bottom: 5px solid #fec900; */
    box-shadow: 10px 3px 0px 0px #fec900;
}

.destinations-widget-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.destinations-widget-name {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}


/* --- Mobile Layout (Horizontal Scroll) --- */
@media (max-width: 767px) {

    /* فعال‌سازی اسکرول افقی در کانتینر */
    .destinations-widget-list-container {
        overflow-x: auto;
        padding-bottom: 1rem;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    /* مخفی کردن اسکرول‌بار در کروم و سافاری */
    .destinations-widget-list-container::-webkit-scrollbar {
        display: none;
    }

    /* تغییر چیدمان آیتم‌ها به حالت افقی و بدون شکست خط */
    .destinations-widget-list {
        flex-wrap: nowrap;
        justify-content: flex-start;
        /* شروع از سمت راست (برای RTL) */
        gap: 1.5rem;
        /* کاهش فاصله در موبایل */
    }

    /* تنظیمات ظاهری هدر در موبایل */
    .destinations-widget-header {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 0.5rem;
    }

    .destinations-widget-image-wrapper {
        width: 120px;
        height: 150px;
    }
}

/*
========================================
    CALL TO ACTION (CTA) SECTION STYLES
========================================
*/

.sbt-cta-banner {
    background-color: #0d6efd;
    /* رنگ آبی اصلی */
    color: #ffffff;
    border-radius: 30px;
    /* گرد کردن گوشه‌ها */
    margin-bottom: 80px;
    padding: 20px;
    /* جلوگیری از بیرون زدن تصویر */
}

.sbt-cta-title {
    font-size: 2rem;
    font-weight: 700;
}

.sbt-cta-text {
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}

.sbt-cta-button {
    display: inline-block;
    background-color: #edbd30;
    /* رنگ زرد */
    color: #343a40;
    /* رنگ متن تیره */
    padding: 12px 40px;
    border-radius: 18px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sbt-cta-button:hover {
    background-color: #facc15;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* در حالت موبایل، متن را از راست‌چین به وسط‌چین تغییر می‌دهیم */
@media (max-width: 767.98px) {
    .sbt-cta-banner {
        padding: 2.5rem 1.5rem;
    }

    .sbt-cta-text {
        margin-bottom: 2rem;
    }
}

.sca {
    scale: 1.5;
    pointer-events: none !important;
    text-align: center;
    max-width: 50%;
}




/*====================================1. Shared Styles (Truly Global)====================================*/


/* --- Section Header (shared across all designs) --- */
.tours-section__title {
    font-size: 18px;
    /* 24px */
    font-weight: 700;
    color: #212529;
}

.tours-section__view-all-link {
    color: #0d6efd;
    font-weight: 500;
    align-items: center;
    transition: color 0.2s;
    font-size: 13px;
    text-decoration: none;
}

.tours-section__view-all-link:hover {
    color: #0a58ca;
}


/*
============================================================
2. Design Two Specific Styles (Includes Layout & Card Styles)
============================================================
*/

/* --- Section Wrapper --- */
.tours-section-design-two {
    background-color: #f0f4f8;
    padding: 10px;
    border-radius: 30px;
}

/* --- Grid Layout for Design Two --- */
.tours-section-design-two__grid {
    /* Mobile-first: horizontal scroll */
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
    padding: 0.5rem 0.2rem 1rem 0.2rem;

    /* Hide scrollbar for a cleaner look */
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tours-section-design-two__grid::-webkit-scrollbar {
    display: none;
}

/* --- Responsive Grid Layout for Design Two --- */
@media (min-width: 768px) {
    .tours-section-design-two__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        overflow-x: visible;
    }
}

@media (min-width: 1200px) {
    .tours-section-design-two__grid {
        /* This design has 3 columns on large screens */
        grid-template-columns: repeat(3, 1fr);
    }
}


/* --- Card Styles for Design Two --- */
.tour-card-two {
    flex: 0 0 380px;
    /* Fixed width for mobile scroll */
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: #fff;
    padding: 1rem;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.tour-card-two:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(48, 71, 94, 0.1);
}

.tour-card-two__image-wrapper {
    flex-shrink: 0;
    width: 120px;
    height: 140px;
}

.tour-card-two__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.tour-card-two__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.tour-card-two__title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #212529;
}

.tour-card-two__features {
    margin-bottom: 1rem;
}

.tour-card-two__feature-item {
    display: flex;
    align-items: flex-start;
    font-size: 0.75rem;
    color: #6c757d;
}

.tour-card-two__feature-item:not(:last-child) {
    margin-bottom: 0.35rem;
}

.tour-card-two__feature-item svg {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    margin-top: 2px;
}

.tour-card-two__price-link {
    display: block;
    margin-top: auto;
    background-color: #cfe2ff;
    color: #0551b3;
    font-weight: 700;
    font-size: 0.9rem;
    text-align: center;
    text-decoration: none;
    padding: 0.6rem 1rem;
    border-radius: 50px;
    transition: background-color 0.2s, color 0.2s;
}

.tour-card-two__price-link:hover {
    background-color: #b9d5ff;
    color: #033c87;
}

/*
=============================================================
3. Design Three Specific Styles (Includes Layout & Card Styles)
=============================================================
*/

/* --- Grid Layout for Design Three --- */
.tours-section-design-three__grid {
    /* Mobile-first: horizontal scroll */
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 1.25rem;
    padding: 0.5rem 0.2rem 1rem 0.2rem;

    /* Hide scrollbar for a cleaner look */
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tours-section-design-three__grid::-webkit-scrollbar {
    display: none;
}

/* --- Responsive Grid Layout for Design Three --- */
@media (min-width: 768px) {
    .tours-section-design-three__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        overflow-x: visible;
    }
}

@media (min-width: 992px) {
    .tours-section-design-three__grid {
        /* This design has 4 columns on large screens */
        grid-template-columns: repeat(4, 1fr);
    }
}


/* --- Card Styles for Design Three --- */
.tour-card-three {
    flex: 0 0 270px;
    /* Fixed width for mobile scroll */
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 40px;
    /* The main feature of this card style */
    overflow: hidden;
    text-align: center;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}



.tour-card-three__img-wrapper {
    padding: 10px 10px 0 10px;
}

.tour-card-three__img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 30px;
}

.tour-card-three__body {
    padding: 1rem 1.25rem 1.5rem 1.25rem;
}

.tour-card-three__title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #343a40;
}

.tour-card-three__price {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.tour-card-three__btn {
    border-radius: 50px;
    padding: 0.5rem 2rem;
    font-weight: 500;
    font-size: 0.9rem;
}

/*
============================================================
4. Design Four Specific Styles (Includes Layout & Card Styles)
============================================================
*/

/* --- Section Wrapper --- */
.tours-section-design-four {
    background-color: #f0f4f8;
    padding: 100px 0px;
    border-radius: 0 0 50px 50px;
}

.four-corner {
    border-radius: 50px;
}

@media (max-width: 767px) {
    .tours-section-design-four {
        padding-top: 300px;
    }
}

/* --- Grid Layout for Design Four --- */
.tours-section-design-four__grid {
    /* Mobile-first: horizontal scroll */
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 1.5rem;
    padding: 0.5rem 0.2rem 1rem 0.2rem;

    /* Hide scrollbar */
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tours-section-design-four__grid::-webkit-scrollbar {
    display: none;
}

/* --- Responsive Grid Layout for Design Four --- */
@media (min-width: 576px) {
    .tours-section-design-four__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        overflow-x: visible;
    }
}

@media (min-width: 992px) {
    .tours-section-design-four__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .tours-section-design-four__grid {
        /* This design has 4 columns on large screens */
        grid-template-columns: repeat(4, 1fr);
    }
}

/* --- Card Styles for Design Four --- */
.tour-card-four {
    flex: 0 0 280px;
    /* Fixed width for mobile scroll */
    background-color: #fff;
    border-radius: 1rem;
    /* 16px */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    /* Important for rounding image corners */
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.tour-card-four__img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.tour-card-four__body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /* Makes body take remaining space */
}

.tour-card-four__info-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #e9ecef;
}

.tour-card-four__info-item {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    /* 5px */
    font-size: 0.75rem;
    /* 12px */
    color: #6c757d;
}

.tour-card-four__title {
    font-size: 0.95rem;
    /* ~15px */
    font-weight: 700;
    color: #212529;
    margin-bottom: 1rem;
    line-height: 1.5;
    flex-grow: 1;
    /* Pushes the button to the bottom */
}

.tour-card-four__price-btn {
    display: block;
    width: 100%;
    background-color: #f0c040;
    /* Gold/Yellow color */
    color: #1c1c1c;
    text-align: center;
    text-decoration: none;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    /* 12px */
    font-weight: 700;
    font-size: 0.9rem;
    transition: background-color 0.2s;
}

.tour-card-four__price-btn:hover {
    background-color: #e6b330;
}

/*
============================================================
5. Design Five Specific Styles (Includes Layout & Card Styles)
============================================================
*/

/* --- Grid Layout for Design Five --- */
.tours-section-design-five__grid {
    /* Mobile-first: horizontal scroll */
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 1.5rem;
    padding: 0.5rem 0.2rem 1rem 0.2rem;

    /* Hide scrollbar */
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tours-section-design-five__grid::-webkit-scrollbar {
    display: none;
}

/* --- Responsive Grid Layout for Design Five --- */
@media (min-width: 768px) {
    .tours-section-design-five__grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        overflow-x: visible;
    }
}

@media (min-width: 992px) {
    .tours-section-design-five__grid {
        /* This design has 6 columns on large screens */
        grid-template-columns: repeat(8, 1fr);
    }
}

/* --- Destination Card Styles for Design Five --- */
.destination-card-five {
    flex: 0 0 140px;
    /* Fixed width for mobile scroll */
    display: block;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease-in-out;
}

.destination-card-five:hover {
    transform: translateY(-5px);
}

.destination-card-five__img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    /* This creates the unique arched shape */
    border-radius: 100px 100px 30px 30px;
    box-shadow: 6px 5px 0px #ffc107;
    transition: box-shadow 0.2s;
}

.destination-card-five:hover .destination-card-five__img {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.destination-card-five__label {
    display: block;
    margin-top: 1rem;
    font-weight: 500;
    font-size: 1rem;
    color: #343a40;
    transition: color 0.2s;
}

.destination-card-five:hover .destination-card-five__label {
    color: #0d6efd;
    /* Highlight color on hover */
}


/*
============================================================
6. Design Six Specific Styles (Includes Layout & Card Styles)
============================================================
*/

/* --- Grid Layout for Design Six --- */
.tours-section-design-six__grid {
    /* Mobile-first: horizontal scroll */
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 2rem;
    /* A bit more gap for this design */
    padding: 0.5rem 0.2rem 1rem 0.2rem;

    /* Hide scrollbar */
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tours-section-design-six__grid::-webkit-scrollbar {
    display: none;
}

/* --- Responsive Grid Layout for Design Six --- */
@media (min-width: 768px) {
    .tours-section-design-six__grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        overflow-x: visible;
    }
}

@media (min-width: 992px) {
    .tours-section-design-six__grid {
        /* This design has 6 columns on large screens */
        grid-template-columns: repeat(8, 1fr);
    }
}

/* --- Destination Card Styles for Design Six --- */
.destination-card-six {
    flex: 0 0 120px;
    /* Fixed width for mobile scroll */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    /* Space between image and label */
    text-decoration: none;
    transition: transform 0.2s ease-in-out;
}

.destination-card-six:hover {
    transform: translateY(-5px);
}

.destination-card-six__img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    /* This makes the image circular */
    box-shadow: 5px 3px 0px 0px #3a80ea;
    transition: box-shadow 0.2s;
}

.destination-card-six:hover .destination-card-six__img {
    box-shadow: 0 8px 25px rgba(0, 80, 255, 0.25);
}

.destination-card-six__label {
    font-weight: 500;
    font-size: 1rem;
    color: #343a40;
    transition: color 0.2s;
}

.destination-card-six:hover .destination-card-six__label {
    color: #0d6efd;
}

/*
============================================================
7. Design Seven Specific Styles (Includes Layout & Card Styles)
============================================================
*/

/* --- Section Wrapper --- */
.tours-section-design-seven {
    background-color: #f0f4f8;
    padding: 2rem;
    border-radius: 50px;
}

/* --- Grid Layout for Design Seven --- */
.tours-section-design-seven__grid {
    /* Mobile-first: horizontal scroll */
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 1.25rem;
    padding: 0.5rem 0.2rem 1rem 0.2rem;

    /* Hide scrollbar */
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tours-section-design-seven__grid::-webkit-scrollbar {
    display: none;
}

/* --- Responsive Grid Layout for Design Seven --- */
@media (min-width: 768px) {
    .tours-section-design-seven__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        overflow-x: visible;
    }
}

@media (min-width: 992px) {
    .tours-section-design-seven__grid {
        /* This design has 4 columns on large screens */
        grid-template-columns: repeat(4, 1fr);
    }
}


/* --- Card Styles for Design Seven --- */
.tour-card-seven {
    flex: 0 0 270px;
    /* Fixed width for mobile scroll */
    background-color: #fff;
    /* White card background */
    border: 1px solid #e9ecef;
    border-radius: 40px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.tour-card-seven__img-wrapper {
    padding: 10px 10px 0 10px;
}

.tour-card-seven__img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 30px;
}

.tour-card-seven__body {
    padding: 1rem 1.25rem 1.5rem 1.25rem;
}

.tour-card-seven__title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #343a40;
}

.tour-card-seven__price {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.tour-card-seven__btn {
    display: inline-block;
    background-color: #fcd34d;
    /* Yellow color */
    color: #374151;
    /* Dark gray for text */
    text-decoration: none;
    border-radius: 50px;
    padding: 0.5rem 2rem;
    font-weight: 700;
    font-size: 0.9rem;
    border: none;
    transition: background-color 0.2s;
}

.tour-card-seven__btn:hover {
    background-color: #fbc72d;
}

/*
============================================================
8. Design Eight Specific Styles (Includes Layout & Card Styles)
============================================================
*/

/* --- Custom Filter Pills --- */
.filter-pills-eight {
    gap: 0.5rem;
    /* Space between pills */
}

.filter-pills-eight .nav-link {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 500;
    color: #4b5563;
    /* Gray text */
    background-color: #f3f4f6;
    /* Lighter gray background */
    border: none;
    transition: all 0.2s ease-in-out;
}

.filter-pills-eight .nav-link:hover {
    background-color: #e5e7eb;
}

.filter-pills-eight .nav-link.active {
    background-color: #fcd34d;
    /* Yellow for active */
    color: #1f2937;
    /* Darker text for active */
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(252, 211, 77, 0.4);
}


/* --- Grid Layout for Design Eight --- */
.tours-section-design-eight__grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .tours-section-design-eight__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .tours-section-design-eight__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


/* --- Card Styles for Design Eight --- */
.tour-card-eight {
    background-color: #f0f4f8;
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
}


.tour-card-eight__img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.tour-card-eight__body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tour-card-eight__title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 0.75rem;
    min-height: 50px;
}

.tour-card-eight__info {
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-grow: 1;
}

.tour-card-eight__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tour-card-eight__price-btn {
    display: inline-block;
    background-color: #cfe2ff;
    color: #0551b3;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    transition: background-color 0.2s;
}

.tour-card-eight__price-btn:hover {
    background-color: #b9d5ff;
}

.tour-card-eight__duration {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.8rem;
    color: #6c757d;
}

/*
============================================================
9. FAQ Section Specific Styles
============================================================
*/

/* --- Section Wrapper --- */
.faq-section {
    background-color: #f0f4f8;
    border-radius: 30px;
}

/* --- FAQ List Container --- */
.faq-section__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* Space between FAQ items */
}

/* --- Single FAQ Item Card --- */
.faq-item {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 1rem;
    /* 16px */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.faq-item__question {
    font-size: 1.1rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.75rem;
}

.faq-item__answer {
    font-size: 0.95rem;
    color: #495057;
    line-height: 1.8;
    margin-bottom: 0;
}


/*
 * =============================================
 * CUSTOM STYLES FOR INTEGRATED BLUE HERO
 * =============================================
 */

/* 1. MAIN SECTION WRAPPER */
.bts-hero-search-section {
    padding: 20px 0;
    background-image: url(../images/hero-f039b6c5.webp);
    border-radius: 0 0 50px 50px;
    background-color: #f0f4f8;
    box-shadow: 1px 20px 0px 10px #f0f4f8;
    background-size: cover;
}

.hero-one {
    box-shadow: none;
    padding-bottom: 40px;
}

/* 2. BREADCRUMB STYLES */
.bts-breadcrumb-blue .breadcrumb-item a,
.bts-breadcrumb-blue .breadcrumb-item.active {
    color: #969696;
    text-decoration: none;
}

.bts-breadcrumb-blue .breadcrumb-item a {
    opacity: 0.8;
    transition: opacity 0.2s;
}


.bts-breadcrumb-blue .breadcrumb-item a:hover {
    opacity: 1;
}

.breadcrumb-item {
    color: #969696 !important
}

.bts-breadcrumb-blue .breadcrumb-item+.breadcrumb-item::before {
    content: "\F131";
    /* Bootstrap Icons' left-arrow */
    font-family: "bootstrap-icons";
    float: right;
    color: #969696;
    padding-left: var(--bs-breadcrumb-divider-padding-x);
    margin-left: 5px;
}

/*
 * --- SEARCH BOX STYLES (Unchanged from before) ---
*/

.country-po {
    padding: 0px 0px 60px 0px;
}

.bts-search-box-container {
    width: 80%;
    right: 10%;
    margin: auto;
}

.bts-search-box {
    background-color: #fff;
    padding: 30px 30px;
}

.bts-tour-type-tabs {
    border-bottom: 1px solid #dee2e6;
}

.bts-tour-type-tab {
    color: #212529;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s;
    font-size: 0.8rem;
}

.bts-tour-type-tab:hover {
    color: #0d6efd;
}

.bts-tour-type-tab i {
    font-size: 1.25rem;
}

.bts-tab-separator {
    display: none;
}

.bts-select-filter {
    background-color: #f4f9f4;
    border: 1px solid #e0e0e0;
    appearance: none;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    background-size: 16px 12px;
}

.bts-search-btn {
    background-color: #0056b3;
    border-color: #0056b3;
    padding: 0.6rem;
}

@media (max-width: 767px) {
    .bts-search-box-container {
        width: 100%;
        right: 0;
        padding: 8px;

    }
}

/* Media Queries for Larger Screens */
@media (min-width: 768px) {
    .bts-tour-type-tab {
        font-size: 1rem;
    }

    .bts-tour-type-tab i {
        font-size: 1.5rem;
    }

    .bts-tab-separator {
        display: block;
        width: 15px;
        height: 15px;
        background-color: #edbd30;
        border-radius: 50%;
    }
}


/*
 * =============================================
 * CUSTOM STYLES FOR TOUR SITE (BTS)
 * Prefix 'bts-' is used to prevent conflicts.
 * =============================================
 */

section.bts-destinations-section {
    padding: 5px 0;
}

.bts-hero-title {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

.bts-country-chip {
    background-color: #f8fcf9;
    border: 1px solid #c7c7c7;
    color: #003366 !important;
    padding: 3px 5px;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.bts-country-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    color: #003366 !important;
}

.bts-country-chip__flag {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.bts-country-chip__icon {
    font-size: 1.2rem;
    color: #c59d5f;
}

/* Wrapper برای کشورها */
.bts-country-wrapper {
    flex-wrap: wrap;
    /* پیش‌فرض دسکتاپ: چند خطی */
}

/* ریسپانسیو موبایل */
@media (max-width: 767.98px) {
    .bts-country-wrapper {
        overflow-x: auto;
        /* فعال کردن اسکرول افقی */
        flex-wrap: nowrap;
        /* همه تو یک خط */
        -webkit-overflow-scrolling: touch;
        /* اسکرول نرم روی موبایل */
        padding-bottom: 0.5rem;
        /* فاصله پایین برای اسکرول */
        scrollbar-width: none;
        /* فایرفاکس مخفی */
    }

    /* مخفی کردن اسکرول روی WebKit */
    .bts-country-wrapper::-webkit-scrollbar {
        display: none;
    }

    /* اطمینان از اینکه دکمه‌ها کوچک‌تر روی موبایل باشن */
    .bts-country-chip {
        flex: 0 0 auto;
        /* جلوگیری از فشرده شدن */
        min-width: 120px;
        /* عرض مناسب روی موبایل */
    }
}

/*
 * =============================================
 * CUSTOM STYLES FOR TOURS SECTION (DESIGN NINE) - FINAL TABBED VERSION
 * =============================================
 */

/* 1. SECTION HEADER STYLES */
.tours-section-design-nine .tours-section__title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.tours-section-design-nine .tours-section__title i {
    color: #0d6efd;
}

/* Wrapper برای اسکرول افقی */
.tours-section__filter-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-top: 0;
    /* فاصله پیش‌فرض دسکتاپ */
}

/* مخفی کردن اسکرول در وب‌کیت */
.tours-section__filter-wrapper::-webkit-scrollbar {
    display: none;
}

/* افزایش فاصله بالا فقط برای موبایل */
@media (max-width: 767.98px) {
    .tours-section__filter-wrapper {
        margin-top: 1rem;
        /* فاصله بیشتر از بالا */
    }
}

/* خود ul */
.tours-section__filter-pills {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    padding-bottom: 0.25rem;
    margin: 0;
    list-style: none;
}

/* دکمه‌ها */
.tours-section__filter-pills .nav-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #495057;
    font-weight: 500;
    border-radius: 50px;
    padding: 5px 10px;
    flex: 0 0 auto;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}

.tours-section__filter-pills .nav-link.active {
    background-color: #001d4d;
    border-color: #001d4d;
    color: #fff;
}

.tours-section__filter-pills .nav-link:hover:not(.active) {
    background-color: #f8f9fa;
    border-color: #adb5bd;
}


/* 2. TOUR CARD STYLES (Unchanged from previous version) */
.tour-card-nine {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 1rem;
    overflow: hidden;
    height: 100%;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}


@media (min-width: 768px) {
    .tour-card-nine {
        flex-direction: row;
    }
}

.tour-card-nine__img-wrapper {
    position: relative;
    flex-shrink: 0;
    height: 250px;
}

@media (min-width: 768px) {
    .tour-card-nine__img-wrapper {
        width: 220px;
        max-height: 220px !important;
    }
}

.tour-card-nine__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 200px !important;
}

.tour-card-nine__tag {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background-color: #0d6efd;
    color: #fff;
    padding: 0.25rem 0.6rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 500;
}

.tour-card-nine__body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 1.25rem;
    background: #f0f4f8;
}

.tour-card-nine__title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000;
}

.tour-card-nine__details {
    font-size: 0.9rem;
    color: #495057;
}

.tour-card-nine__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #f1f1f1;
}

.tour-card-nine__price {
    font-size: 0.9rem;
    color: #6c757d;
}

.tour-card-nine__details-btn {
    background-color: #ffc107;
    color: #212529;
    border: none;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
}

.tour-card-nine__details-btn:hover {
    background-color: #ffca2c;
    color: #212529;
}

/*
 * =============================================
 * CUSTOM STYLES FOR TOURS SECTION (DESIGN ELEVEN) - ACCURATE VERSION
 * =============================================
 */

/* 1. SECTION HEADER STYLES */
.tours-section-design-eleven {
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #f0f4f8;
}

.tours-section-design-eleven .tours-section__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
}

.tours-section-design-eleven .tours-section__title i {
    color: #0d6efd;
    font-size: 1.8rem;
}

.tours-section-design-eleven .tours-section__view-all-link {
    color: #0d6efd;
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.2s;
    text-decoration: none;
}

.tours-section-design-eleven .tours-section__view-all-link:hover {
    opacity: 0.8;
}

/* 2. TOUR CARD STYLES */
.tour-card-eleven {
    display: block;
    text-decoration: none;
    /* Removed from the a tag directly */
    background-color: #fff;
    border-radius: 1rem;
    /* 16px */
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e9ecef;
}


.tour-card-eleven__img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.tour-card-eleven__body {
    padding: 1rem;
    text-align: center;
}

.tour-card-eleven__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 10px;
}

.tour-card-eleven__meta i {
    vertical-align: middle;
    margin-left: 0.25rem;
}

.tour-card-eleven__title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 1rem;
    line-height: 1.5;
    flex-grow: 1;
}

/* THIS IS THE KEY CORRECTION - PRICE STYLE */
.tour-card-eleven__price {
    display: block;
    width: 100%;
    background-color: #f0c040;
    color: #1c1c1c;
    text-align: center;
    text-decoration: none;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    font-weight: 700;
    font-size: 0.9rem;
    transition: background-color 0.2s;
    margin: 0;
}

@media (max-width: 767px) {
    .tours-section-design-eleven {
        padding-top: 320px;
    }
}

/* Custom styles for the Daily Program Section */
.sbt-daily-program-section {
    background-color: #f0f4f8;
    border-radius: 50px;
    padding: 60px 0;
    /* پیشنهاد می‌شود فونت پروژه به صورت سراسری تنظیم شود */
}

.sbt-header-title,
.sbt-question-link {
    color: #1a202c;
    font-weight: 500;
}

.sbt-header-title .bi-sparkles {
    color: #fccc5d;
}

/* Accordion General Styles */
.sbt-accordion.accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-btn-padding-y: 1.25rem;
    --bs-accordion-btn-padding-x: 1.5rem;
    --bs-accordion-body-padding-y: 1.25rem;
    --bs-accordion-body-padding-x: 1.5rem;
}

.sbt-accordion .accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 16px !important;
    /* Force override bootstrap */
    margin-bottom: 1rem;
    overflow: hidden;
    /* Crucial for rounded corners on active state */
    background-color: #fff;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.sbt-accordion .accordion-item:last-of-type {
    margin-bottom: 0;
}

.sbt-accordion .accordion-button {
    font-weight: 600;
    color: #343a40;
}

.sbt-accordion .accordion-button:focus {
    box-shadow: none;
}

.sbt-accordion .accordion-body {
    line-height: 1.8;
    color: #000000;
}

/* Accordion Active State */
.sbt-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
    background-color: #edbd30;
    border-color: #edbd30;
}

.sbt-accordion .accordion-button:not(.collapsed) {
    background: none;
    color: #343a40;
}

/* Accordion Icon */
.sbt-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.sbt-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Custom Styles for Tour Gallery Section */

.tour-gallery-reserve-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: #0a58ca;
}

/* Desktop: 4-column grid */
.tour-gallery-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    /* 24px */
}

.tour-gallery-item {
    border-radius: 1rem;
    /* 16px */
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.tour-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Mobile: Horizontal scroll (for screens smaller than Bootstrap's lg breakpoint) */
@media (max-width: 991.98px) {
    .tour-gallery-container {
        display: flex;
        overflow-x: auto;
        padding-bottom: 1rem;
        /* for better scroll experience */
    }

    /* Hide scrollbar for a cleaner look */
    .tour-gallery-container::-webkit-scrollbar {
        display: none;
    }

    .tour-gallery-container {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .tour-gallery-item {
        flex: 0 0 80%;
        max-width: 350px;
    }
}

/* Custom Styles for Tour Details Section */

.tour-details-card {
    border-radius: 1.25rem !important;
    /* 20px */
}

.tour-details-icon,
.tour-services-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #ffc107;
    color: #121212;
    border-radius: 10px;
    padding: 5px;
}

.tour-details-divider {
    border-top: 2px dashed #e0e0e0;
    opacity: 1;
}

.tour-price-box {
    border: 1px dashed #dee2e6;
    border-radius: 0.75rem;
}

.tour-call-btn {
    background-color: #0d6efd;
    color: #fff;
    border-radius: 0.75rem;
    /* 12px */
    font-size: 1.1rem;
    font-weight: bold;
}

.tour-call-btn:hover {
    background-color: #0b5ed7;
    color: #fff;
}

.meta-sec {
    background: #f0f4f9;
    border-radius: 0 0 50px 50px;
    padding: 30px 0;
}

/* Custom Styles for Hotel Program Section */

.hotel-program-section {
    padding: 30px 0;
}

.hotel-card {
    border-radius: 1.25rem;
    background: #f0f4f9 !important;
    border: 1px solid #dfeaf8;
    margin-bottom: 20px;
}

.hotel-card-img {
    border-radius: 1rem;
    width: 100%;
    height: 140px;
    object-fit: cover;
}

/* هدر جدید برای چیدمان عنوان و دکمه */
.hotel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.hotel-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotel-meta-info {
    color: #6c757d;
    font-weight: 400;
    font-size: 0.85em;
}

.hotel-reserve-btn {
    background-color: #0d6efd;
    color: #fff;
    font-weight: bold;
    border-radius: 0.5rem;
    padding: 0.5rem 1.5rem;
    width: auto;
    flex-shrink: 0;
}

.hotel-reserve-btn:hover {
    background-color: #0b5ed7;
    color: #fff;
}


/* --- تغییر اصلی برای نمایش ۴ قیمت در یک ردیف --- */
.hotel-price-grid {
    display: grid;
    /* دسکتاپ: نمایش ۴ قیمت در یک ردیف */
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
}

/* --- پایان تغییر اصلی --- */


.hotel-price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    padding: 0.75rem;
    background-color: #e9ecef;
    border-radius: 8px;
    direction: rtl;
}

.price-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.price-icon {
    flex-shrink: 0;
    color: #6c757d;
}

.price-line {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: 500;
}

.extra-night-price {
    font-size: 0.8rem;
    color: #495057;
    text-align: right;
    margin-top: 2px;
}


/* Responsive Adjustments */

/* تبلت: نمایش ۲ قیمت در هر ردیف */
@media (max-width: 1199.98px) {
    .hotel-price-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* موبایل: نمایش ۱ قیمت در هر ردیف */
@media (max-width: 767.98px) {
    .hotel-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .hotel-reserve-btn {
        width: 100%;
    }

    .hotel-price-grid {
        grid-template-columns: 1fr;
    }

    .hotel-card-img {
        height: 200px;
    }
}

/* SBT Section Styles Start */
.sbt-details-section .sbt-text {
    color: #262626;
    line-height: 1.82;
    text-align: justify;
}

.sbt-main-title {
    font-size: 20px;
    font-weight: 700;
}

/* SBT Section Styles End */

/* Custom Pagination Styles */
.custom-pagination .page-item .page-link {
    border: none;
    border-radius: 0.5rem;
    /* 8px */
    margin: 0 0.25rem;
    background-color: #eaf3fe;
    color: #0d6efd;
    min-width: 40px;
    text-align: center;
}

.custom-pagination .page-item.active .page-link {
    background-color: #0d6efd;
    color: #fff;
}

.custom-pagination .page-item.disabled .page-link {
    background-color: transparent;
    color: #6c757d;
}

.custom-pagination .page-item .page-link:hover {
    background-color: #d8e8fe;
}

.custom-pagination .page-item.active .page-link:hover {
    background-color: #0b5ed7;
}



/* Start Tour Design 0 Section Styles */
.tour-design-0__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #343a40;
    display: flex;
    align-items: center;
}

.tour-design-0__view-all {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: color 0.2s ease-in-out;
}

.tour-design-0__view-all:hover {
    color: #0a58ca;
}

.tour-design-0__card {
    text-align: center;
}

.tour-design-0__card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.tour-design-0__img-wrapper {
    border-radius: 80px 80px 15px 15px;
    overflow: hidden;
    margin-bottom: 0.75rem;
    aspect-ratio: 1 / 1.15;
    box-shadow: 5px 7px 0px 3px #fddb00;
    transition: border-color 0.3s ease;
}

.tour-design-0__img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.tour-design-0__card-link:hover .tour-design-0__img-wrapper img {
    transform: scale(1.08);
}

.tour-design-0__caption {
    font-weight: 600;
    color: #495057;
    margin: 0;
    transition: color 0.3s ease;
    padding-top: 10px;
}

.tour-design-0__card-link:hover .tour-design-0__caption {
    color: #0d6efd;
}

/* End Tour Design 0 Section Styles */

/* بخش متن و تصاویر */
.sbt-details-section {
    color: #2c2c2c;
    line-height: 1.7;
    font-size: 16px;
}

/* پاراگراف‌ها */
.sbt-details-section p {
    margin: 1em 0;
    line-height: 35px;
    font-weight: 400;
    color: #110621;
}

/* هدینگ‌ها کوچکتر برای متن فارسی */
.sbt-details-section h1 {

    margin: 1.2em 0 0.6em;
    line-height: 40px;
    font-size: 25px;
}

.sbt-details-section h2 {
    line-height: 34px;
    font-size: 22px;
    font-weight: 600;
    margin: 1.1em 0 0.5em;
}

.sbt-details-section h3 {
    line-height: 34px;
    font-size: 20px;
    font-weight: 600;
    margin: 1em 0 0.4em;
}

.sbt-details-section h4 {
    line-height: 34px;
    font-size: 18px;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0.9em 0 0.3em;
}

.sbt-details-section h5 {
    line-height: 17px;
    font-size: 22px;
    font-weight: 600;
    margin: 0.8em 0 0.2em;
}

.sbt-details-section h6 {
    line-height: 34px;
    font-size: 16px;
    font-weight: 600;
    margin: 0.7em 0 0.2em;
}

/* لیست‌ها خوش‌استایل و مدرن */
.sbt-details-section ul,
.sbt-details-section ol {
    margin: 1.5em 0 1em 0;
    padding-right: 40p;
}

.sbt-details-section ul li {
    position: relative;
    margin-bottom: 0.6em;
    padding-right: 10px;
}

.sbt-details-section ul li::marker {
    content: "•" !important;
    position: absolute;
    right: 0;
    color: #007bff;
    font-size: 1.2em;
}

.sbt-details-section ol li {
    margin-bottom: 0.6em;
}

/* تصاویر ریسپانسیو و حرفه‌ای */
.sbt-details-section img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1.5em auto;
    border-radius: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

/* لینک‌ها */
.sbt-details-section a {
    color: #007bff;
    text-decoration: none;
    border-bottom: 1px dotted #007bff;
    transition: all 0.2s ease;
}

.sbt-details-section a:hover {
    color: #0056b3;
    border-bottom: 1px solid #0056b3;
    text-decoration: none;
}

/* متن برجسته */
.sbt-details-section strong,
.sbt-details-section b {
    font-weight: 600;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .sbt-details-section {
        font-size: 15px;
    }

    .sbt-details-section ul,
    .sbt-details-section ol {
        margin-left: 1.2em;
    }
}

@media (max-width: 480px) {
    .sbt-details-section {
        font-size: 14px;
    }

    .sbt-details-section ul,
    .sbt-details-section ol {
        margin-left: 1em;
    }
}

.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    /* نذاره بره خط بعد */
    overflow-x: auto;
    /* اسکرول افقی فعال شه */
    white-space: nowrap;
    /* لینک‌ها تو یه خط بمونن */
    -webkit-overflow-scrolling: touch;
    /* برای اسکرول نرم تو موبایل */
}

.breadcrumb-item {
    flex: 0 0 auto;
    /* آیتم‌ها کوچیک نشن */
}

.breadcrumb::-webkit-scrollbar {
    display: none;
}